How do you go about deleting this addon from the database???

To install it you need to add this below but how about to uninstall it???

Code:
ALTER TABLE products ADD  `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER  `products_price` ;