/dev/VolGroup00/LogVol02
is the swap volume you want to remove):
swapoff -v /dev/VolGroup00/LogVol02
lvremove /dev/VolGroup00/LogVol02
/etc/fstab
file:
/dev/VolGroup00/LogVol02 swap swap defaults 0 0
cat /proc/swaps
or free
to inspect the swap space.