Using SENSE theme, how do I remove the 'pick up' info on product pages?

I’m using the SENSE theme…I upgraded to the 8.0 version but now my pickup availability info is showing again. I do still offer pick up but I don’t want it to show until the customer completes their purchase. How can I hide that?

Here’s one of my website links - Hibiscus Tumbler

Hi @simplydbtracy ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-pickup-availability.css->paste below code at the bottom of the file:

pickup-availability-preview.pickup-availability-preview {
    display: none;
}

Hope my answer will help you.