Depending upon your reasoning - You can change or elininate the physical address at
admin > config > my store > Store Address and Phone > enter other than physical details or leave blank
This will keep the physical address from appearing any where.
If only the contact us form - then in a copy of includes/templates/template_default/templates/tpl_contact_us_default.php you can alter code to not display store address
Code:
<?php if (CONTACT_US_STORE_NAME_ADDRESS== '1') { ?>
<address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
<?php } ?>