SMD MOSFET to power down my SMD H-Bridge

You need to drive all the pins connected to the LCD low before turning off its power, then they won't draw any current.

They will already be set from the LCD.begin() function. What will I need to do to turn them low, just digitalWrite(pin, LOW)?
Or will I first need to use pinMode(pin, OUTPUT)?
thanks.