You can remove the entries by deleting them from your /boot/grub.conf. This method keeps your old kernels in /boot, so if you want to completely uninstall the old kernels and grub entries, do
Code:
$rpm -qa | grep -i kernel
A list of installed kernels will be shown and to remove them just do
Code:
#rpm -e kernel-version