Hello There,
Thanks for writing in! To remove the shite space which is above the title, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-main > .x-container.max.width {
margin-top: 10px !important;
}
And if you just want to totally remove the SHOP title instead, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.woocommerce .entry-header.shop {
display: none;
}
Hope this helps. Please let us know how it goes.