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

Tutorial is good but why delete when you can write: false?

  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 ‘show_pickup_availability: false’

  5. Save and preview your site