Paste the following code in child-theme’s functions.php:

/* Remove related products from product pages */
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );

Source: https://quadlayers.com/hide-and-remove-related-products-in-woocommerce/