Woocommerce

Remove related products block on Woocommerce product page

To achieve this you can add the following code at the end of your function.php file that you will find in your theme folder :

remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );