LWJGL gets it's joystick values from jinput, jinput gets them from the OS, we can't just reset the values to zero, how would that work with non centred axis?, the best way is to use the event system from jinput, this means your application only gets an axis value when it changes, this means you'll never get the values that the OS initially provides.
Endolf