Hi
If you want to remove them the simplest way is to uncomment them from the php files. I know the developers never recommend to do this because the theme updates, but if you save a copy from the original files and remember what you did, maybe it’s ok.
Anyway, here’s how.
in wp-content/plugins/woocommerce/woocommerce-template.php on line 43 uncomment this:
<!---->
and in wp-content/themes/flexform/archive-product.php on line 35-37 uncomment this:
<!--<div class="page-heading span12 clearfix alt-bg ">
-->
Note: I use Flexform version 1.2 and WooCommerce version 2+ so if you not have those version, maybe the line numbers is different.
Cheers, Charlie!