How to transform rotate a sphere to zero from a random position without getting a jerk(in an animated way)?

The transform rotation co-ordinates of the sphere are at random position. After a particular event I want the transform rotation co-ordinates to be zero but in Time.DeltaTime way(without any jerk).

Use Quaternion.RotateTowards OR Quaternion.Slerp.