If you are using DB2 LUW V9.7, you can use the ALTER TABLE DROP COLUMN command.
If you are using a version of DB2 that does not have this command, you will need to save the data (export / unload) without the column you want to remove, drop the table, create the table without the column, and then put the data back into the table (load / insert).