I need to remove "Your order" or the full function? By using a code snippet in functions.php (child-theme)
It can be found by
<h3 id="order_review_heading"><?php esc_html_e( 'Your order', 'woocommerce' ); ?></h3>
in form-checkout.php.
I need some code instead of copying the file to child-theme and alter the file.