Coupon notification being displayed twice in Woocommerce checkout

Hello, I’m having an issue with the coupon prompt being displayed twice in my checkout when using Bricks checkout template.

Ideally I’d like to not have that notification there at all, and only have the coupon code field and apply coupon button visible. When I remove the coupon checkout form as suggested by the Bricks article by adding remove_action( ‘woocommerce_before_checkout_form’, ‘woocommerce_checkout_coupon_form’, 10 );
to the themes php file everything goes away, including the coupon code field and button.