this was helpful. I also removed this
lines 95-97 blog item.php
<?php if( $this->getParam( 'show_tags' ) && $this->getParam( 'show_tags_frontpage' , true ) ){ ?>
<?php echo $this->fetch( 'tags.item.php' , array( 'tags' => $row->tags ) ); ?>
<?php } ?>
please advise if that is wrong. I did that to remove it from the frontpage and blog entry (forget which was which)
Further please advise if there are any other places I would want to remove it. I do not really want it to show up anywhere but have not noticed it cropping up elsewhere yet, but i dont use all functionality yet.