Hide Address for Pickup on Every Product

@Dragon41673
In that case you can comment this code by wrapping the pickup_availability code in
{%comment%}

– PICK UP CODE HERE
{% endcomment %}

and you can enable it later by removing the comments if needed
In this way, you don’t have to disable it from backend
Thanks!