I don't have the insurance module running around but you could use this IF statement to determine when to use or not use it:
PHP Code:
if ($_SESSION['shipping']['id'] == 'storepickup_storepickup') {
// do stuff
} else {
// don't do stuff