Followup: the title gets outputted because of my added action:
add_action(‘woocommerce_before_single_product_summary’, ‘woocommerce_template_single_title’, 5);
So ignore that part, the rest still stands – the images get outputted on:
do_action( ‘woocommerce_before_single_product_summary’ );
Despite:
remove_action(‘woocommerce_before_single_product_summary’, ‘woocommerce_show_product_images’, 20);