To remove your old kernels you have upgraded just follow this simple procedure..
open a terminal window
su ( enter then password )
uname -a ( checks too see which kernel your currently logged into )
rpm -qa | grep -i kernel ( checks all kernels currently installed )
rpm -e kernel-xxxxxxxx.rpm ( removes kernel )
Note : that the xxxxx above is the version you want to remove...
Hope this helps