Edit product page
//remove title from Product Page
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );
//remove category meta from Product Page
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );