Flash memory manangment

I am learning Obj-c currently, and its very big on memory manangement.
I’ve never had to worry about flash and memory managment, but i have a question.
If i delete vars after i’m done with them, will there be increase in performance?
because all a var is, is a pointer to a sector in the comps mem, wouldn’t deleting increase performance slightly?