You can set ShowCloseButton property of autoComplete to false inorder to hide the close button.
C#
this.autoComplete1.ShowCloseButton = false;
VB
Me.autoComplete1.ShowCloseButton = False