Open terminal, check your current kernel
uname -r
List all the kernels
dpkg --list | grep linux-image
Remove the ones you don't need (do not delete the current kernel)
sudo apt-get purge linux-image-x.x-x-686-pae
Done, but sometimes you need to update grub with: sudo update-grub2