Off the top of my head:
Code:
tell application "Address Book"
tell every person
set company to false
delete (every address whose label = "home")
end tell
save addressbook
end tell
Untested, so you'll need to run it to see if it actually works. (Backup your address book's contents first, of course.)