Shopify
→ Settings
→ Checkout
Additional scripts
sectionGo to Additional scripts section and add the following code to the Order status page box. See screenshot below.
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(event) {
if(document.getElementsByClassName('map')[0]){
document.getElementsByClassName('map')[0].parentNode.remove();
}
});
</script>