Hello,
This is not a banner but a WooCommerce notice that displays zone information. You can hide it using CSS; however, doing so might also hide other “Green” notices in the “woocommerce-message” category, as it does not have specific classes to distinguish this particular notice from others.
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper > div.woocommerce-message {
display: none;
}
If, after being informed about this limitation, he doesn’t like this solution you should ask him to test this behavior on a default theme, as our theme does not influence this functionality in any way.
Best Regards.