Removing session keys?

Is there a way to explicitly remove session keys when I don’t need them
anymore (a la Hash.delete) or can I only set the value of the undesired
key to nil?

Thanks,
Wes