opposite of forward for Vector3 translation

What do I change or replace forward with in this code

transform.Translate(Vector3.forward *amtToMove);

to make it translate in the direction opposite (I want it to go the other direction on the z-axis)

`-Vector3.forward`