go to your templates directory either in bb-templates/kakumi (if you haven't changed anything) or my-templates/[your template name] if you have changed something.
I opened the page source and saw that section was in the div called "hottags" so I typed "grep hottags *" from the templates directory and saw this:
front-page.php:<div id="hottags">
I opened front-page.php and saw this section:
<div id="hottags">
<h2><?php _e('Hot Tags'); ?></h2>
<p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
</div>
Remove all that and hottags will go away.