By default, single product pages display a related products section. If you want them to go away, the code snippet below will do just that.
PHP
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );