How to remove 'Usually Ready In' from Dawn Theme product page?

I found the solution that fixed this on my website after a bit of playing around!

  1. Go to Code Settings

  2. Under ‘Sections’, select main-product.liquid

  3. Scroll down until to you see {%- render ‘buy-buttons’, block: block, product: product, product_form_id: product_form_id, section_id: section.id, show_pickup_availability: true -%}

  4. Delete ‘section.id, show_pickup_availability:’

  5. Save and preview your site