What it does is the reverse of addslashes.
Add slashes takes entries that have been put into the input fields and 'escapes' certain characters that would have a detrimental effect if you tried to put them straight into the database, such as ' " and adds a \ in front to escape them.
Strip slashes removes these \'s
hth