Ohhhh, that's a piece of cake, You know, the hardest part of solving a problem is defining the problem. This thread is old and things changed greatly with 3.4.x
go to ATO->Style & edit CENTER COLUMN->The LOOP and find teh line
HTML Code:
<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>
and change it to
HTML Code:
<?php if (!is_page('5')) {bfa_post_headline('<div class="post-headline">','</div>');} ?>
NOTE: this will only remove it for teh HOME page, but the if could be changed to remove it from all PAGE pages by saying 'if (!is_page())'