Show/hide slice views in 3D view using Python

Right - the slice models are controlled at a higher level and so the visibility and transform are controlled by the SliceNode, which is what is tied to the eye icon in the slice controller.

red = getNode('vtkMRMLSliceNodeRed')
red.SetSliceVisible(1)

HTH,
Steve